home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / intuition / yak_1.57 / source / icon.h < prev    next >
Text File  |  1994-11-17  |  348b  |  10 lines

  1. /* prototypes from icon.c */
  2. BOOL __regargs GetOurIcon(struct WBStartup *WBenchMsg);
  3. void FreeOurIcon(void);
  4. char __regargs *TTString(char *name, char *def);
  5. LONG __regargs TTInt(char *name, LONG def);
  6. BOOL __regargs TTBool(char *name, BOOL def);
  7. BOOL __regargs MakeOurAppIcon(char *name);
  8. void RemoveOurAppIcon(void);
  9. void RespondToAppIcon(void);
  10.